Lucene search

K

4 matches found

CVE
CVE
added 2022/10/25 7:15 p.m.52 views

CVE-2022-39354

SputnikVM, also called evm, is a Rust implementation of Ethereum Virtual Machine. A custom stateful precompile can use the is_static parameter to determine if the call is executed in a static context (via STATICCALL), and thus decide if stateful operations should be done. Prior to version 0.36.0, t...

7.5CVSS6.4AI score0.00068EPSS
CVE
CVE
added 2021/05/12 6:15 p.m.49 views

CVE-2021-29511

evm is a pure Rust implementation of Ethereum Virtual Machine. Prior to the patch, when executing specific EVM opcodes related to memory operations that use evm_core::Memory::copy_large, the evm crate can over-allocate memory when it is not needed, making it possible for an attacker to perform deni...

6.5CVSS6.4AI score0.00376EPSS
CVE
CVE
added 2024/01/02 10:15 p.m.46 views

CVE-2024-21629

Rust EVM is an Ethereum Virtual Machine interpreter. In rust-evm, a feature called record_external_operation was introduced, allowing library users to record custom gas changes. This feature can have some bogus interactions with the call stack. In particular, during finalization of a CREATE or CREA...

7.5CVSS7.4AI score0.00635EPSS
CVE
CVE
added 2021/10/18 9:15 p.m.40 views

CVE-2021-41153

The evm crate is a pure Rust implementation of Ethereum Virtual Machine. In evm crate < 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. This is ...

9.8CVSS9.4AI score0.00311EPSS